home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / prog / oberon20.zip / CHANGES.TXT next >
Text File  |  1993-04-26  |  2KB  |  81 lines

  1. OBERON FOR MS-DOS
  2. This file contains all the changes made for the current release.
  3.  
  4. 1. 4. 93 (no joke)
  5.     new release bug fixes.
  6.  
  7. 5. 1. 93
  8.  Bug with Date fixed
  9.  
  10. 9. 12. 92
  11.  Release V1.4
  12.     
  13.  Write V2.4:
  14.  - Write frames can be nested.
  15.  - Scrolling backwards implemented (right mouse key in scroll bar).
  16.  - Scrolling to end of text (middle-left) shows the end of the text at 
  17.    the bottom of the frame.
  18.  - Right margin of a paragraph can be set with Write.Set right 
  19.    (number | "default") directly.
  20.  - Setting the left margin with Write.Set left does not change the right 
  21.    margin, but the width of the paragraph is adjusted. This corresponds with 
  22.    the interactive setting of the left margin.
  23.  - Write.Open and Write.SysOpen accept strings to specify filenames that 
  24.    do not follow the Oberon naming convention.
  25.  - The Tick in the scroll bar is two pixels high. This helps in 
  26.    discriminating between Text frames and Write frames.
  27.  - WriteTools.ToASCII removes all kinds of diacritical marks.
  28.  - Write.Guide.Text updated.
  29.  - Write.Programming.Text: minor bug eliminated.
  30.         
  31.  Files, Display:
  32.   Extended definitions of Files and Display/Display1fx.
  33.   Files1 omitted
  34.     
  35.  Revised loader
  36.     
  37.  Printer:
  38.   Support of HP-500, HP-500C and HP-550C printers
  39.  
  40. 29. 10. 92
  41.  Problems with two-button-mouse fixed
  42.  
  43. 21. 10. 92
  44.  Release V1.3
  45.     
  46.  Compiler: 
  47.   The parameters portnr and val of the procedures SYSTEM.PORTOUT(portnr, val) 
  48.    and SYSTEM.PORTIN(portnr, val) can now be variables or constants.
  49.         
  50.   New Procedures: SYSTEM.CLI() and SYSTEM STI() for disabling and enabling 
  51.           interrupts.
  52.         
  53.   Bug with REAL arithmetic fixed
  54.         
  55.   V24:
  56.    Bug in procedure Start fixed. Interrupts on COM2 are now handled correctly. 
  57.         
  58.   Files: 
  59.    Bug with Filecache fixed.
  60.         
  61.   Input:
  62.    Support of different keyboard settings.
  63.    Codepages 437 and 850 as far as used in Oberon.
  64.         
  65.   FoldElems:
  66.    Bug fixed. 
  67.         
  68.   Coroutines and Simulation are no more in the package.
  69.         
  70.   Oberon can run now in any directory, i. e. the name of the directory need 
  71.   not be OBERON. Before running Oberon, set the current directory to the 
  72.   one you installed Oberon in.
  73.     
  74.   If there is no coprocessor available, the floatinstructions are emulated by a
  75.   floating-point-emulator.
  76.  
  77. 7. 10. 92
  78.   Release V1.2
  79.   Start of this File
  80. 
  81.